llvm-project/clang/lib
Douglas Gregor 9489cdf29f Don't include the ':' following code-completion suggestions for
'public', 'private', or 'protected', unless code completion patterns
are enabled. Fixes <rdar://problem/11189132>.

llvm-svn: 154413
2012-04-10 17:56:28 +00:00
..
ARCMigrate [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
AST Don't forget to evaluate the subexpression in a null pointer cast. If we're 2012-04-08 08:02:07 +00:00
Analysis Do not crash in the callgraph construction when encountering deleted function definitions. Fixes <rdar://problem/11178609>. 2012-04-05 04:03:23 +00:00
Basic SourceManager: Vectorize ComputeLineNumbers for SSE2. 2012-04-06 20:49:55 +00:00
CodeGen Express the number of ULPs in fpaccuracy metadata as a real rather than a 2012-04-10 08:23:07 +00:00
Driver Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). 2012-04-10 11:49:50 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [code-complete] Introduce CodeCompletionTUInfo which will be used for caching 2012-04-10 17:23:48 +00:00
FrontendTool Introduce a -cc1-level option -pubnames-dump, which simply dumps the 2012-03-27 18:06:49 +00:00
Headers Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments. 2012-03-30 07:01:17 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex ext_reserved_user_defined_literal must not default to Error in MicrosoftMode. Hence create ext_ms_reserved_user_defined_literal that doesn't default to Error; otherwise MSVC headers won't parse. 2012-04-07 23:09:23 +00:00
Parse Fix GCC's pedantic return-type warning -- this enum is fully covered. 2012-04-10 16:03:08 +00:00
Rewrite objective-c modern translator: rewriting specific 2012-04-10 00:08:18 +00:00
Sema Don't include the ':' following code-completion suggestions for 2012-04-10 17:56:28 +00:00
Serialization Remove dead assignment to local variable. 2012-04-04 00:55:21 +00:00
StaticAnalyzer Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode 2012-04-06 22:10:18 +00:00
Tooling Fixes a fix to finding the current directory: 2012-04-09 18:08:23 +00:00
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00