summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion/macros.c
Commit message (Expand)AuthorAgeFilesLines
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-251-0/+12
* Only prove macros as code-completion results when we're in a caseDouglas Gregor2010-04-061-4/+0
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-7/+8
* Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor2010-01-041-7/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Various improvements to Clang's code-completion infrastructure:Douglas Gregor2009-11-071-2/+2
* Include macros in code-completion resultsDouglas Gregor2009-10-301-0/+37