hanchenye-llvm-project/clang/lib
Douglas Gregor 0de016dbb7 Implement a minor optimization by not introducing declarations into
DeclContext's lookup table when they aren't in any identifier namespace.

llvm-svn: 131037
2011-05-06 23:32:38 +00:00
..
AST Implement a minor optimization by not introducing declarations into 2011-05-06 23:32:38 +00:00
Analysis Silence more -Wnon-pod-memset given its current implementation. I may be 2011-04-28 08:19:45 +00:00
Basic Introduce a Diagnostic::Report function that accepts and emits a StoredDiagnostic. 2011-05-05 07:54:59 +00:00
CodeGen Fix false positive warning about uninitialized variable. 2011-05-06 21:28:42 +00:00
Driver Move logic for passing down -mrelax-all / -relax-all into a common 2011-05-06 14:35:16 +00:00
Frontend Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers PR9849: Fix _mm_setr_pi32 and friends to actually work correctly. They broke with the MMX rewrite a while back. 2011-05-05 20:21:54 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Introduce a new libclang parsing flag, 2011-05-06 16:33:08 +00:00
Parse Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. 2011-05-06 21:24:28 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema When checking for a prior declaration of the name of a namespace, skip 2011-05-06 23:28:47 +00:00
Serialization Keep track of the file ID corresponding to the original file used to 2011-05-06 21:43:30 +00:00
StaticAnalyzer Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Tooling Remove noisy semicolons. 2011-04-30 19:55:55 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00