hanchenye-llvm-project/clang/unittests/Lex
Saleem Abdulrasool 24f4c3ebef Lex: add a callback for `#pragma mark`
Allow a preprocessor observer to be notified of mark pragmas.  Although
this does not impact code generation in any way, it is useful for other
clients, such as clangd, to be able to identify any marked regions.

Reviewed By: dgoldman

Differential Revision: https://reviews.llvm.org/D105368
2021-07-02 15:44:01 -07:00
..
CMakeLists.txt
DependencyDirectivesSourceMinimizerTest.cpp
HeaderMapTest.cpp
HeaderMapTestUtils.h
HeaderSearchTest.cpp [clang][clangd] Use reverse header map lookup in suggestPathToFileForDiagnostics 2021-06-03 01:37:55 -07:00
LexerTest.cpp
PPCallbacksTest.cpp Lex: add a callback for `#pragma mark` 2021-07-02 15:44:01 -07:00
PPConditionalDirectiveRecordTest.cpp