llvm-project/clang/include/clang
Ted Kremenek ea28f83a5f Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier.
llvm-svn: 108906
2010-07-20 20:04:42 +00:00
..
AST Hide FunctionTemplateDecl's specializations folding set as implementation detail and introduce 2010-07-20 13:59:58 +00:00
Analysis Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. 2010-07-20 20:04:42 +00:00
Basic Rename diagnostic so that it can be reused with scanf checking. No functionality change. 2010-07-20 20:03:43 +00:00
Checker Constify all references to Stmt* and CFGBlock* in libChecker. 2010-07-20 06:22:24 +00:00
CodeGen Move CodeGenOptions.h *back* into Frontend. This should have been done when the 2010-06-15 23:19:56 +00:00
Driver Driver: Change the driver to take the path to the main executable, instead of 2010-07-19 00:44:04 +00:00
Frontend Remove PCHReader::getStream(), it was unused. Inline PCHReader::getDelsCursor() into its sole caller and remove it. This reduces the attack surface of multiple PCH files towards code outside the PCH implementation. 2010-07-19 22:38:35 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. 2010-07-13 09:07:17 +00:00
Parse Treat template parameters as part of the declaration-specifiers for the 2010-07-16 08:13:16 +00:00
Rewrite Pass StringRefs by value. 2010-07-14 23:19:41 +00:00
Sema Introduce a new code-completion point prior to an identifier in the 2010-07-08 23:20:03 +00:00
CMakeLists.txt Reapplying patch to change StmtNodes.def to StmtNodes.td, this time 2010-05-05 15:24:00 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00