llvm-project/clang/include/clang
Craig Topper 2d54c842b5 Fix an unused variable warning in released builds. While there use 'auto' to simplify code.
llvm-svn: 254704
2015-12-04 05:27:29 +00:00
..
ARCMigrate Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
AST [AST] ArrayRef-ize CompoundStmt::setStmts. 2015-12-04 05:01:44 +00:00
ASTMatchers Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwing exception specification. 2015-12-02 15:23:59 +00:00
Analysis Fix nullptr crash in -Wthread-safety-beta 2015-11-05 00:24:01 +00:00
Basic [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. 2015-12-03 09:40:15 +00:00
CodeGen Add the `pass_object_size` attribute to clang. 2015-12-02 21:58:08 +00:00
Config Rename clang config.h include guard from CONFIG_H to CLANG_CONFIG_H 2015-10-21 18:16:01 +00:00
Driver [modules] Add -cc1 flag -fmodules-embed-all-files. 2015-11-24 04:22:21 +00:00
Edit Roll-back r250822. 2015-10-20 13:23:58 +00:00
Format clang-format: Make it possible to turn off comment reflowing. 2015-12-01 13:28:53 +00:00
Frontend [modules] Add -cc1 flag -fmodules-embed-all-files. 2015-11-24 04:22:21 +00:00
FrontendTool
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex Update for llvm change. 2015-11-18 06:54:13 +00:00
Parse Switch to using an explicit scope object to ensure we don't forget to pop ObjC 2015-11-03 01:19:56 +00:00
Rewrite Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
Sema [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. 2015-12-03 09:40:15 +00:00
Serialization [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. 2015-12-03 09:40:15 +00:00
StaticAnalyzer Fix an unused variable warning in released builds. While there use 'auto' to simplify code. 2015-12-04 05:27:29 +00:00
Tooling Make ArgumentAdjuster aware of the current file being processed. 2015-11-05 02:19:53 +00:00
CMakeLists.txt Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
Makefile Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
module.modulemap clang/module.modulemap: Exclude Frontend/PCHContainerOperations.h in Clang_Frontend. 2015-10-30 15:14:55 +00:00