summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/macros.c
AgeCommit message (Expand)Author
2012-09-25Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko
2010-04-06Only prove macros as code-completion results when we're in a caseDouglas Gregor
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2010-01-04Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-07Various improvements to Clang's code-completion infrastructure:Douglas Gregor
2009-10-30Include macros in code-completion resultsDouglas Gregor