summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/CodeCompletionHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Documentation cleanup: escape # characters in Doxygen comments as needed.James Dennett2012-06-221-1/+1
* More doxygen/documentation cleanups.James Dennett2012-06-131-2/+2
* [libclang] Support code-completion inside macro arguments.Argyrios Kyrtzidis2011-08-181-0/+4
* Introduce a preprocessor code-completion hook for contexts where weDouglas Gregor2010-08-251-0/+5
* Implement code completion for preprocessor expressions and in macroDouglas Gregor2010-08-241-0/+13
* Implement preprocessor code completion where a macro name is expected,Douglas Gregor2010-08-241-0/+7
* Introduce basic code-completion support for preprocessor directives,Douglas Gregor2010-08-241-0/+42