clang-1/lib
Douglas Gregor 35495eb14f Compute whether a type is variably modified as we build the type,
rather than walking the type's structure every time we request this
information. Performance optimization; no functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116409 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-13 16:58:14 +00:00
..
AST Compute whether a type is variably modified as we build the type, 2010-10-13 16:58:14 +00:00
Analysis * Simplify code 2010-10-05 08:38:06 +00:00
Basic Basic: Tweak attempt to make version tags work from 'svn export's again, clip 2010-10-11 23:50:34 +00:00
Checker comment out unused function 2010-10-11 05:38:10 +00:00
CodeGen Fix debug info for anon union. 2010-10-12 23:24:54 +00:00
Driver Driver/Darwin: Remove a useless warning about missing runtime libraries. These 2010-10-11 23:31:07 +00:00
Frontend Parse default arguments within member functions in source order, from 2010-10-12 16:25:54 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers Eliminate CIndexer::getClangPath(), since libclang no longer depends 2010-10-11 23:17:59 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Add support for UCNs for character literals 2010-10-09 00:27:47 +00:00
Parse Parse default arguments within member functions in source order, from 2010-10-12 16:25:54 +00:00
Rewrite Some refactoring of property rewriting stuff 2010-10-11 22:21:03 +00:00
Sema Eliminates a clang warning. 2010-10-13 16:19:16 +00:00
Serialization Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a 2010-10-08 23:50:27 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00